Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1ObservableCollection<T> Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (C1ObservableCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also